mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
Replace more workarounds with actual lazy compilation in stdlib
This commit is contained in:
@ -109,7 +109,7 @@ export function repeatUnsafe(dest: String, destOffset: usize, src: String, count
|
||||
|
||||
// Helpers
|
||||
|
||||
export const enum CharCode {
|
||||
@inline export const enum CharCode {
|
||||
PLUS = 0x2B,
|
||||
MINUS = 0x2D,
|
||||
DOT = 0x2E,
|
||||
|
Reference in New Issue
Block a user