@spade-lang/spade 0.14.0-dev50.50.d1bd3c-d1bd3c → 0.15.0-dev50.50.393ac5-393ac5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gen/bundle.js +2 -2
- package/gen/spade.core.wasm +0 -0
- package/gen/spade.core2.wasm +0 -0
- package/gen/spade.core3.wasm +0 -0
- package/gen/spade.core4.wasm +0 -0
- package/package.json +1 -1
package/gen/bundle.js
CHANGED
|
@@ -3019,7 +3019,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.Insta
|
|
|
3019
3019
|
fd_prestat_dir_name: exports0["38"],
|
|
3020
3020
|
fd_prestat_get: exports0["37"],
|
|
3021
3021
|
fd_read: exports0["27"],
|
|
3022
|
-
|
|
3022
|
+
fd_tell: exports0["28"],
|
|
3023
3023
|
fd_write: exports0["29"],
|
|
3024
3024
|
path_open: exports0["30"],
|
|
3025
3025
|
proc_exit: exports0["39"],
|
|
@@ -3130,7 +3130,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.Insta
|
|
|
3130
3130
|
"25": exports2.clock_time_get,
|
|
3131
3131
|
"26": exports2.fd_filestat_get,
|
|
3132
3132
|
"27": exports2.fd_read,
|
|
3133
|
-
"28": exports2.
|
|
3133
|
+
"28": exports2.fd_tell,
|
|
3134
3134
|
"29": exports2.fd_write,
|
|
3135
3135
|
"3": trampoline15,
|
|
3136
3136
|
"30": exports2.path_open,
|
package/gen/spade.core.wasm
CHANGED
|
Binary file
|
package/gen/spade.core2.wasm
CHANGED
|
Binary file
|
package/gen/spade.core3.wasm
CHANGED
|
Binary file
|
package/gen/spade.core4.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED