mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Experimenting with inline-assembler-ish explicit builtins
Starting with explicit loads and stores as part of the respective type namespaces. Might become handy for use with portable code, because these can be polyfilled, while load<T> and store<T> can't.
This commit is contained in:
@ -79,7 +79,6 @@
|
||||
"no-require-imports": {
|
||||
"severity": "error"
|
||||
},
|
||||
"no-shadowed-variable": {},
|
||||
"no-sparse-arrays": {},
|
||||
"no-string-literal": {
|
||||
"severity": "error"
|
||||
|
Reference in New Issue
Block a user