mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Fix unsigned ops; Fix parenthesized conversion; Minor restructure
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
require("../../portable-assembly");
|
||||
require("../../portable");
|
||||
|
||||
// Copy Binaryen exports to global scope
|
||||
var globalScope = typeof window !== "undefined" && window || typeof global !== "undefined" && global || self;
|
||||
|
Reference in New Issue
Block a user