Skip to content
Snippets Groups Projects

Add support for native file system

Closed Mehdi Sabwat requested to merge access_nativefs into incoming
All threads resolved!
8 files
+ 203
5
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -228,7 +228,7 @@ export class Media {
this.module = module;
let path_ptr = module.allocateUTF8(path)
this.media_ptr = module._wasm_media_new_path(path_ptr);
this.media_ptr = module._wasm_media_new_location(path_ptr);
module._free(path_ptr);
if (this.media_ptr == 0) {
Loading